@charset "utf-8";
/* CSS Document */
.homeBg {
	background:url(../images/homeTopBg.gif) repeat-x #e9e9e9;
}
.homeContent {
	margin:0 auto;
	margin-top:20px;
	width:896px;
	height:560px;
	background:url(../images/homeBg.jpg) no-repeat;
	position:relative;
}
.homeContent .btn1, .homeContent .btn2, .homeContent .btn3 {
	position:absolute;
	width:152px;
	height:49px;
}
.homeContent .btn1 {
	left: 221px;
	top: 500px;
}
.homeContent .btn2 {
	left: 374px;
	top: 500px;
}
.homeContent .btn3 {
	left: 527px;
	top: 500px;
}
.homeBottom {
	width:100%;
}
.homeBottom, .homeBottom a, .homeBottom a:hover {
	height:30px;
	line-height:30px;
	color:#82878b;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	text-align:center;
}
